#body {
  font-family: 'Roboto Serif', serif;
  overflow: hidden;
  height: auto;
}

.logo {
  width: 150px;
  height: auto;
}

.nav-item {
  text-transform: capitalize;
}

.nav-link {
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #f00;
  background-color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-link:focus,
.nav-link:hover,
.nav-link.active {
  color: #f00;
}

.navbar-toggler {
  border: solid black 3px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #f00;
  text-decoration: none;
  background-color: #0067ff00;
}

@media (min-width: 992px) and (max-width: 1200px) {
  nav li {
    font-size: 12px;
  }
}

/*  */
.content {
  width: 80%;
  margin-top: 3%;
  margin-left: 10%;
  margin-right: 10%;
}

@media (max-width: 398px) {
  .content {
    width: 92%;
    margin-left: 4%;
  }
}

.content h2 {
  width: 100%;
  color: #f5eaf0;
  font-size: 254PX;
  font-weight: 700;
  line-height: 0.8em;
  letter-spacing: -9.9px;
  font-family: 'Caveat', cursive;
}

.content h1 {
  color: #ff009b;
  margin-bottom: 3%;
  font-weight: bold;
}

.content hr {
  color: red;
  margin: 25px 0 40px 0;
  width: 65px;
  height: 6px;
}

.content p {
  color: #8c003c;
  font-size: 19px;
  text-align: justify;
  margin-bottom: 2%;
}

.content span {
  color: grey;
  font-size: 19px;
  text-align: justify;
  margin-bottom: 4%;
}

.content .main {
  margin-top: 2%;
  margin-left: 3%;
}

.content .main li {
  margin: 0.07%;
  color: grey;
  font-size: 18px;
}

.content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 2% 0;
}

.content h4 {
  font-size: 1.95rem;
  font-weight: 800;
  margin: 2% 0;
}

.content h5 {
  color: gray;
  font-weight: bold;
  font-size: 20px;
}

.content a {
  font-size: 21px;
  text-decoration: none;
  color: #ff007a;
}

.content a:hover {
  text-decoration: none;
  color: #3b1d82;
}

.content img {
  width: 84%;
  margin: 3% 8%;
}

.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

.footer-dark .item.social {
  text-align: center;
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .content h2 {
    font-size: 130px;
  }

  .content {
    margin-left: 2%;
    width: 95%;
    margin-right: 0;
  }
}

@media (min-width: 576px)and (max-width: 768px) {
  .content h2 {
    font-size: 168px;
  }
}

@media (min-width: 768px)and (max-width: 992px) {
  .content h2 {
    font-size: 187px;
  }
}

@media (min-width: 992px)and (max-width: 1200px) {
  .content h2 {
    font-size: 213px;
  }
}